ComponentOne ASP.NET MVC Controls
DataTypes Property

C1.Web.Mvc Namespace > BaseODataCollectionViewService<T> Class : DataTypes Property
Gets or sets an object to be used as a map for coercing data types when loading the data.
Syntax
'Declaration
 
Public ReadOnly Property DataTypes As IDictionary(Of String,DataType)
public IDictionary<string,DataType> DataTypes {get;}
Remarks
The object keys represent the field names and the values are C1.Web.Mvc.Grid.DataType values that indicate how the data should be coerced.
See Also

Reference

BaseODataCollectionViewService<T> Class
BaseODataCollectionViewService<T> Members